PageContext record¶
Defined in
Namespace: DynamicData
Assembly: DynamicData.dll
Full name: DynamicData.PageContext<T>
Modifiers: public
Summary¶
Parameters associated with the page operation.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, netstandard2.0, net462
Class hierarchy
classDiagram
class PageContext~T~
class IEquatable~PageContext~TObject~~ {
<>
}
IEquatable~PageContext~TObject~~ <|.. PageContext~T~
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Parameters associated with the page operation. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| Response | Response parameters. |
| Comparer | The comparer used to order the items. |
| Options | The options used to perform virtualization. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |